FML POWER
Fast Math Library.
FML POWER raises Base to any power. The result of this function is the same as Base^Exponent, however, it is 50% to 150% faster.

ARGUMENTS:
* Base = The Base to raise (can be a float, double float or integer)
* Exponent = The exponent (can be a float, double float or integer)

RETURNS:
Returns the result as a float, double float or integer


SYNTAX
Return Value=FML POWER(Base,Exponent)


RELATED INFO
View Number Operations Index
View STYX Index
View STYX Main File